
body {
	font-family: Figtree, sans-serif;
	font-weight: 400;
	color: #3F454F;
}

/* General */
.purple-underline {
	position: relative;
}

.purple-underline::after {
	content: " ";
	height: 2px;
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	background-color: #723988;
}

/* Typography */
.eyebrow {
	color:#3F454F;
	font-weight: 600;
	font-size: 16px;
}

h1 {
	font-weight: 700;
	font-size: 48px;
	font-style: normal;
	color: #723988;
	line-height: 100%;
	margin-bottom: 32px;
}

h2 {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	color: #FFFFFF;
	margin-bottom: 24px;
}

p {
	font-size: 20px;
	font-weight: 400
	line-height: 100%;
	margin-bottom: 24px;
}

p.cta-text {
	font-size: 20px;
	font-weight: 400
	line-height: 100%;
	color: #FFFFFF;
	line-height: normal;
}



li {
	font-size: 20px;
	font-weight: 400
	line-height: 100%;
}

.tables-labels, .small-text {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 400;
}

/* Header */
.header {
	background: #FFF;
	box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.10);
	padding: 24px 0;
}

.logo-container img {
	width: 168px;
	height: auto;
}

/* Hero section */
.hero-section {
	padding-top: 40px;
	overflow-x: hidden;
}

.hero-section .container {
	position: relative;
}

.check-bullets {
	list-style-type: none;
}

ul{
	padding: 0;
	margin: 0;
}
.check-bullets li {
	padding-left: 40px;
	background-image: url(https://images.go.entrust.com/EloquaImages/clients/EntrustInc/%7Bcde1bdcb-1523-4131-b24f-6747cba13de7%7D_Pointer_Icon.png);
	background-position: 0 4px;
	background-repeat: no-repeat;
	margin-bottom: 12px;
}

.ebook {
	width: auto;
	height: auto;
}

@media screen and (min-width: 554px) {
	.hero-section {
		padding-top: 80px;
		padding-bottom: 0px;
	}

	.ebook {
		position: absolute;
		z-index: -1;
		top: 0px;
		right: -240px;
		width: 900px;
	}
}

@media screen and (min-width: 1400px) {
	
	.proof-space {
		padding-top: 110px;
	}
	
	.ebook {
		right: -60px;
	}
}

/* Logo section */
.logos-section {
	padding: 64px 0;
}

.logos {
	gap: 80px;
}

/* Form section */
.form-section {
	background-image: url(https://images.go.entrust.com/EloquaImages/clients/EntrustInc/%7B0417bafb-0743-44e2-9efb-a25f20839e8e%7D_Entrust_Hex_Wave_Pattern_BG.png);
	background-size: cover;
	padding: 80px 0;
}

.form-container {
	padding: 24px;
	background-color: white;
	border-radius: 10px;	
}

.form-heading {
	color: #723988;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.48px;
	text-transform: uppercase;
	margin-bottom: 24px;
}

/* Form */
.form-input {
	margin-bottom:16px;
}

.form-input label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 500;
}

.form-input label.error {
	color: red;
}

.form-input input.error,
.form-input select.error {
	background-color:#fbe3e4;
	border-color:red
}

select,
option,
input[type=text],
input[type=email],
input[type=tel],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	font-size: 14px;
	font-weight: 350;
	color: #000;
	width: 100%;
	padding: 8px;
	height: 42px;
	border: 1px solid #989AAB;
	border-radius: 4px;    
	background-color: #fff;
	font-weight: 300;	  
}

select {
	background-position:98% 50%;
	background-repeat:no-repeat;
	background-image:url(https://images.go.entrust.com/EloquaImages/clients/EntrustInc/%7Bf0d0dda9-6791-45ac-827c-8f2dde5afd28%7D_dropdown.png);background-size:16px 17px
}

.btn,
input[type=submit],
button[type=submit] {
	-webkit-appearance:button;
	appearance:button;
	font-size:14px;
	font-weight:500;
	text-decoration:none!important;
	outline:0;
	position:relative;
	padding:16px 32px;
	white-space:wrap;
	display:inline-flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	transition:background-color .2s ease-in-out;
	letter-spacing:1.5px;
	background-color:#456bd1;
	color:#fff!important;
	border-radius: 30px;
	
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
	cursor: pointer
}


@media screen and (max-width: 554px) {
	p, li {
		font-size: 0.9rem;
		line-height: 1.3em; 
	}
	
	.hero-section { padding-top: 15px;padding-bottom: 50px; }
	.hero-section .container { display: flex; flex-direction: column; }
	.hero-section .container > .row { order: 2; }
	.hero-section .container .ebook { order: 1; }

	h1 {
		font-size: 24px;
		line-height: 1.3em;
		-webkit-text-stroke-width: 0px;
	} 
	
	.ebook {
		order: 1;
		width: 260px;
		margin: 0 auto; 
	}
			
	.logos-section { padding: 20px 0; }
	.logos { gap: 20px; }

	.purple-underline::after { bottom: -5px; }
}

@media screen and (min-width: 992px) {
	
	.proof-space {
		padding-top: 50px;
	}
